<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:focus, .navbar-default .navbar-nav &gt; .active &gt; a:hover {
    background-color: #e7e7e7;
    color: #555;
}

.navbar {
    border: 0px ;
    margin-bottom: 20px;
    min-height: 100px;
    position: relative;
}

.navbar-header {min-height: 60px;}

.navbar-default {
background-color: #fff;
border-color: #fff;
}

.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:focus, .navbar-default .navbar-nav &gt; .active &gt; a:hover {
background-color: #fff;
color: #555;
/*border-bottom:4px solid #1EB8CE ;*/
}

.navbar-toggle { margin-top:23px; margin-bottom:0;}

</pre></body></html>